home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA)
/
Capcom E3 2004 Press CD (USA).bin
/
pc
/
files
/
oni3
/
oni3_0330_press.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2004-04-21
|
305b
|
10 lines
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 250;
_root.loadText = Math.round(getPercent * 100) + "%";
if(bytes_loaded == bytes_total)
{
_root.gotoAndStop(3);
}